home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CreatingGames / Utilities / E / PlayTHX / thx-play.faq < prev    next >
Encoding:
Text File  |  1997-10-07  |  1.7 KB  |  55 lines

  1. Q: Who wrote this?
  2. A: Martin Wodok <Dexter.Abyss@iName.com> wrote the
  3.    replay code (and the editor itself :)
  4.    I <kyzer@4u.net> just wrote the high-level
  5.    functions on top of it, to make it easy and
  6.    pleasant to use.
  7.  
  8. Q: It keeps recalculating the filters for each song,
  9.    even though I start with thxInit(NIL)
  10. A: You're calling thxFree() when you really mean to
  11.    call thxStop(). thxFree() should only be called
  12.    once (but don't forget to call it! :)
  13.  
  14. Q: The sound goes ugly when I call thxPause()
  15. A: mute it first with thxSetVolume(0)
  16.  
  17. Q: but thxSetVolume(0) doesn't work!
  18. A: Like thxWind(), thxSetVolume() takes in worst case
  19.    one 'cycle' (=1 frame) to be attended to. thxPause()
  20.    and thxStop() are overriding and stop the player
  21.    before this can happen.
  22.    A workaround is to call Delay(2) between the
  23.    thxSetVolume() and thxPause().
  24.  
  25. Q: This player you wrote crashes all the time!
  26. A: Get _this_ version :) Sorrysorrysorrysosorry.
  27.  
  28. Q: Can you make it so thxPause() toggles rather
  29.    than forces pause mode?
  30. A: I could, but I wouldn't want to. It would be
  31.    messy, and unclean (from the API point of view).
  32.  
  33. Q: THX is missing a song command or two.
  34. A: Tell Dexter about it.
  35.  
  36. Q: This interface could do with a ...() routine
  37. A: Good idea! :)
  38.  
  39. Q: Can we have an OO THX object?
  40. A: wait for the next version :)
  41.  
  42. Q: Where do I get this THX thing?
  43. A: You can get the THX editor from
  44.    aminet:mus/edit/ or http://thx.home.ml.org
  45.  
  46. Q: Where do you get those THX mods from?
  47. A: I rip them, I leech them and I beg them.
  48.    Oh, and I write them too.
  49.  
  50. Q: This player causes memory corruption here (bla)
  51. A: Mail Dexter with the details.
  52.  
  53. Q: You dumb fuck for putting jsr -666(a6) ; _LVObla(a6)
  54. A: Sue me.
  55.